public class DatabaseDisplay : FieldPublic Class DatabaseDisplay
Inherits Field| DatabaseDisplay | Initializes a new instance of the DatabaseDisplay class. |
| ColumnName | Specifies the name of the column from which data is displayed. The value of this attribute shall be a column name contained in the current selection as specified by the data source. |
| Name | Contains the source database by its name. |
| Style | Contains the data style to format a numeric value. |
| TableName | Contains a table within a source database. |
| TableType | Specifies the reference made by a database table. The defined values are: - table : the value of the text:table-name attribute is the name of a database table. - query : the value of the text:table-name attribute is the name of a database query. - command : the value of the text:table-name attribute is an SQL statement. |
| Value | Contains the current database row value. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements |
Returns all content elements.
(Overrides FieldGetContentElements) |
| GetHashCode | (Inherited from Object) |
| GetParent |
Returns the parent element.
(Inherited from Field) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current DatabaseDisplay object to its equivalent string representation.
(Overrides ObjectToString) |